home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / gnome-terminal.schemas < prev    next >
Encoding:
Text File  |  2009-08-31  |  48.6 KB  |  1,269 lines

  1. <gconfschemafile>
  2.   <schemalist>
  3.     <!-- Global settings -->
  4.     <schema>
  5.       <key>/schemas/apps/gnome-terminal/global/profile_list</key>
  6.       <applyto>/apps/gnome-terminal/global/profile_list</applyto>
  7.       <owner>gnome-terminal</owner>
  8.       <type>list</type>
  9.       <list_type>string</list_type>
  10.       <default>[Default]</default>
  11.       <gettext_domain>gnome-terminal</gettext_domain>
  12.       <locale name="C">
  13.          <short>List of profiles</short>
  14.          <long>
  15.            List of profiles known to gnome-terminal. The list contains 
  16.            strings naming subdirectories relative to
  17.           /apps/gnome-terminal/profiles.
  18.          </long>
  19.       </locale>
  20.     </schema>
  21.  
  22.     <schema>
  23.       <key>/schemas/apps/gnome-terminal/global/default_profile</key>
  24.       <applyto>/apps/gnome-terminal/global/default_profile</applyto>
  25.       <owner>gnome-terminal</owner>
  26.       <type>string</type>
  27.       <default>Default</default>
  28.       <gettext_domain>gnome-terminal</gettext_domain>
  29.       <locale name="C">
  30.          <short>Profile to use for new terminals</short>
  31.          <long>
  32.           Profile to be used when opening a new window or tab. 
  33.           Must be in profile_list.
  34.          </long>
  35.       </locale>
  36.     </schema>
  37.  
  38.     <schema>
  39.       <key>/schemas/apps/gnome-terminal/global/use_mnemonics</key>
  40.       <applyto>/apps/gnome-terminal/global/use_mnemonics</applyto>
  41.       <owner>gnome-terminal</owner>
  42.       <type>bool</type>
  43.       <default>true</default>
  44.       <gettext_domain>gnome-terminal</gettext_domain>
  45.       <locale name="C">
  46.          <short>Whether the menubar has access keys</short>
  47.          <long>
  48.           Whether to have Alt+letter access keys for the menubar. 
  49.           They may interfere with some applications run inside the terminal
  50.           so it's possible to turn them off.
  51.          </long>
  52.       </locale>
  53.     </schema>
  54.  
  55.     <schema>
  56.       <key>/schemas/apps/gnome-terminal/global/use_menu_accelerators</key>
  57.       <applyto>/apps/gnome-terminal/global/use_menu_accelerators</applyto>
  58.       <owner>gnome-terminal</owner>
  59.       <type>bool</type>
  60.       <default>true</default>
  61.       <gettext_domain>gnome-terminal</gettext_domain>
  62.       <locale name="C">
  63.          <short>Whether the standard GTK shortcut for menubar access is enabled</short>
  64.          <long>
  65.           Normally you can access the menubar with F10. This can also
  66.           be customized via gtkrc (gtk-menu-bar-accel =
  67.           "whatever"). This option allows the standard menubar
  68.           accelerator to be disabled.
  69.          </long>
  70.       </locale>
  71.     </schema>
  72.  
  73.     <schema>
  74.       <key>/schemas/apps/gnome-terminal/global/active_encodings</key>
  75.       <applyto>/apps/gnome-terminal/global/active_encodings</applyto>
  76.       <owner>gnome-terminal</owner>
  77.       <type>list</type>
  78.       <list_type>string</list_type>
  79.       <gettext_domain>gnome-terminal</gettext_domain>
  80.       <locale name="C">
  81.          <default><!-- Translators: Please note that this has to be a list of
  82.          valid encodings (which are to be taken from the list in src/encoding.c).
  83.          It has to include UTF-8 and the word 'current', which is not to be
  84.          translated. This is provided for customization of the default encoding
  85.          menu; see bug 144810 for an use case. In most cases, this should be
  86.          left alone. -->[UTF-8,current]</default>
  87.          <short>List of available encodings</short>
  88.          <long>
  89.           A subset of possible encodings are presented in 
  90.           the Encoding submenu. This is a list of encodings
  91.           to appear there. The special encoding name "current" 
  92.           means to display the encoding of the current locale.
  93.          </long>
  94.       </locale>
  95.     </schema>
  96.  
  97.     <schema>
  98.       <key>/schemas/apps/gnome-terminal/global/confirm_window_close</key>
  99.       <applyto>/apps/gnome-terminal/global/confirm_window_close</applyto>
  100.       <owner>gnome-terminal</owner>
  101.       <type>bool</type>
  102.       <default>true</default>
  103.       <gettext_domain>gnome-terminal</gettext_domain>
  104.       <locale name="C">
  105.          <short>Whether to ask for confirmation when closing terminal windows</short>
  106.          <long>
  107.      Whether to ask for confirmation when closing a terminal window which has
  108.      more than one open tab.
  109.          </long>
  110.       </locale>
  111.     </schema>
  112.  
  113.  
  114.     <!-- Per-profile settings -->
  115.     <schema>
  116.       <key>/schemas/apps/gnome-terminal/profiles/Default/visible_name</key>
  117.       <applyto>/apps/gnome-terminal/profiles/Default/visible_name</applyto>
  118.       <owner>gnome-terminal</owner>
  119.       <type>string</type>
  120.       <gettext_domain>gnome-terminal</gettext_domain>
  121.       <locale name="C">
  122.          <default>Default</default>
  123.          <short>Human-readable name of the profile</short>
  124.          <long>
  125.            Human-readable name of the profile.
  126.          </long>
  127.       </locale>
  128.     </schema>
  129.  
  130.     <schema>
  131.       <key>/schemas/apps/gnome-terminal/profiles/Default/default_show_menubar</key>
  132.       <applyto>/apps/gnome-terminal/profiles/Default/default_show_menubar</applyto>
  133.       <owner>gnome-terminal</owner>
  134.       <type>bool</type>
  135.       <default>true</default>
  136.       <gettext_domain>gnome-terminal</gettext_domain>
  137.       <locale name="C">
  138.          <short>Whether to show menubar in new windows/tabs</short>
  139.          <long>
  140.            True if the menubar should be shown in new windows, 
  141.            for windows/tabs with this profile.
  142.          </long>
  143.       </locale>
  144.     </schema>
  145.  
  146.     <schema>
  147.       <key>/schemas/apps/gnome-terminal/profiles/Default/foreground_color</key>
  148.       <applyto>/apps/gnome-terminal/profiles/Default/foreground_color</applyto>
  149.       <owner>gnome-terminal</owner>
  150.       <type>string</type>
  151.       <default>#000000</default>
  152.       <gettext_domain>gnome-terminal</gettext_domain>
  153.       <locale name="C">
  154.          <short>Default color of text in the terminal</short>
  155.          <long>
  156.            Default color of text in the terminal, as a color
  157.            specification (can be HTML-style hex digits, or
  158.            a color name such as "red"). 
  159.          </long>
  160.       </locale>
  161.     </schema>
  162.  
  163.     <schema>
  164.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_color</key>
  165.       <applyto>/apps/gnome-terminal/profiles/Default/background_color</applyto>
  166.       <owner>gnome-terminal</owner>
  167.       <type>string</type>
  168.       <default>#FFFFDD</default>
  169.       <gettext_domain>gnome-terminal</gettext_domain>
  170.       <locale name="C">
  171.          <short>Default color of terminal background</short>
  172.          <long>
  173.            Default color of terminal background, as a color
  174.            specification (can be HTML-style hex digits, or
  175.            a color name such as "red").
  176.          </long>
  177.       </locale>
  178.     </schema>
  179.  
  180.     <schema>
  181.       <key>/schemas/apps/gnome-terminal/profiles/Default/title_mode</key>
  182.       <applyto>/apps/gnome-terminal/profiles/Default/title_mode</applyto>
  183.       <owner>gnome-terminal</owner>
  184.       <type>string</type>
  185.       <default>replace</default>
  186.       <gettext_domain>gnome-terminal</gettext_domain>
  187.       <locale name="C">
  188.          <short>What to do with dynamic title</short>
  189.          <long>
  190.            If the application in the terminal sets the title 
  191.            (most typically people have their shell set up to 
  192.            do this), the dynamically-set title can 
  193.            erase the configured title, go before it, go after it, 
  194.            or replace it. The possible values are "replace", 
  195.            "before", "after", and "ignore".
  196.          </long>
  197.       </locale>
  198.     </schema>
  199.  
  200.     <schema>
  201.       <key>/schemas/apps/gnome-terminal/profiles/Default/title</key>
  202.       <applyto>/apps/gnome-terminal/profiles/Default/title</applyto>
  203.       <owner>gnome-terminal</owner>
  204.       <type>string</type>
  205.       <gettext_domain>gnome-terminal</gettext_domain>
  206.       <locale name="C">
  207.     <default>Terminal</default>
  208.          <short>Title for terminal</short>
  209.          <long>
  210.            Title to display for the terminal window or tab. 
  211.            This title may be replaced by or combined with 
  212.            the title set by the application inside the terminal, 
  213.            depending on the title_mode setting.
  214.          </long>
  215.       </locale>
  216.     </schema>
  217.  
  218.     <schema>
  219.       <key>/schemas/apps/gnome-terminal/profiles/Default/allow_bold</key>
  220.       <applyto>/apps/gnome-terminal/profiles/Default/allow_bold</applyto>
  221.       <owner>gnome-terminal</owner>
  222.       <type>bool</type>
  223.       <default>true</default>
  224.       <gettext_domain>gnome-terminal</gettext_domain>
  225.       <locale name="C">
  226.          <short>Whether to allow bold text</short>
  227.          <long>
  228.           If true, allow applications in the terminal to make 
  229.           text boldface.
  230.          </long>
  231.       </locale>
  232.     </schema>
  233.  
  234.     <schema>
  235.       <key>/schemas/apps/gnome-terminal/profiles/Default/silent_bell</key>
  236.       <applyto>/apps/gnome-terminal/profiles/Default/silent_bell</applyto>
  237.       <owner>gnome-terminal</owner>
  238.       <type>bool</type>
  239.       <default>false</default>
  240.       <gettext_domain>gnome-terminal</gettext_domain>
  241.       <locale name="C">
  242.          <short>Whether to silence terminal bell</short>
  243.          <long>
  244.           If true, don't make a noise when applications send the 
  245.           escape sequence for the terminal bell.
  246.          </long>
  247.       </locale>
  248.     </schema>
  249.  
  250.     <schema>
  251.       <key>/schemas/apps/gnome-terminal/profiles/Default/word_chars</key>
  252.       <applyto>/apps/gnome-terminal/profiles/Default/word_chars</applyto>
  253.       <owner>gnome-terminal</owner>
  254.       <type>string</type>
  255.       <default>-A-Za-z0-9,./?%&#:_=+@~</default>
  256.       <gettext_domain>gnome-terminal</gettext_domain>
  257.       <locale name="C">
  258.          <short>Characters that are considered "part of a word"</short>
  259.          <long>
  260.            When selecting text by word, sequences of these characters
  261.            are considered single words. Ranges can be given as 
  262.            "A-Z". Literal hyphen (not expressing a range) should be
  263.            the first character given.
  264.          </long>
  265.       </locale>
  266.     </schema>
  267.  
  268.     <schema>
  269.       <key>/schemas/apps/gnome-terminal/profiles/Default/scrollbar_position</key>
  270.       <applyto>/apps/gnome-terminal/profiles/Default/scrollbar_position</applyto>
  271.       <owner>gnome-terminal</owner>
  272.       <type>string</type>
  273.       <default>right</default>
  274.       <gettext_domain>gnome-terminal</gettext_domain>
  275.       <locale name="C">
  276.          <short>Position of the scrollbar</short>
  277.          <long>
  278.           Where to put the terminal scrollbar. Possibilities are 
  279.           "left", "right", and "disabled".
  280.          </long>
  281.       </locale>
  282.     </schema>
  283.  
  284.     <schema>
  285.       <key>/schemas/apps/gnome-terminal/profiles/Default/scrollback_lines</key>
  286.       <applyto>/apps/gnome-terminal/profiles/Default/scrollback_lines</applyto>
  287.       <owner>gnome-terminal</owner>
  288.       <type>int</type>
  289.       <default>512</default>
  290.       <gettext_domain>gnome-terminal</gettext_domain>
  291.       <locale name="C">
  292.          <short>Number of lines to keep in scrollback</short>
  293.          <long>
  294.            Number of scrollback lines to keep around. You can 
  295.            scroll back in the terminal by this number of lines; 
  296.            lines that don't fit in the scrollback are discarded.
  297.            Be careful with this setting; it's the primary factor 
  298.            in determining how much memory the terminal will use.      
  299.          </long>
  300.       </locale>
  301.     </schema>
  302.  
  303.     <schema>
  304.       <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_keystroke</key>
  305.       <applyto>/apps/gnome-terminal/profiles/Default/scroll_on_keystroke</applyto>
  306.       <owner>gnome-terminal</owner>
  307.       <type>bool</type>
  308.       <default>true</default>
  309.       <gettext_domain>gnome-terminal</gettext_domain>
  310.       <locale name="C">
  311.          <short>Whether to scroll to the bottom when a key is pressed</short>
  312.          <long>
  313.           If true, pressing a key jumps the scrollbar to the bottom.
  314.          </long>
  315.       </locale>
  316.     </schema>
  317.  
  318.     <schema>
  319.       <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_output</key>
  320.       <applyto>/apps/gnome-terminal/profiles/Default/scroll_on_output</applyto>
  321.       <owner>gnome-terminal</owner>
  322.       <type>bool</type>
  323.       <default>false</default>
  324.       <gettext_domain>gnome-terminal</gettext_domain>
  325.       <locale name="C">
  326.          <short>Whether to scroll to the bottom when there's new output</short>
  327.          <long>
  328.           If true, whenever there's new output the terminal will scroll
  329.           to the bottom.
  330.          </long>
  331.       </locale>
  332.     </schema>
  333.  
  334.     <schema>
  335.       <key>/schemas/apps/gnome-terminal/profiles/Default/alternate_screen_scroll</key>
  336.       <applyto>/apps/gnome-terminal/profiles/Default/alternate_screen_scroll</applyto>
  337.       <owner>gnome-terminal</owner>
  338.       <type>bool</type>
  339.       <default>true</default>
  340.       <gettext_domain>gnome-terminal</gettext_domain>
  341.       <locale name="C">
  342.          <short>
  343.       Whether to send keystrokes for alternate screen scrolling
  344.      </short>
  345.          <long>
  346.           If true, send Up/Down keystrokes for scrolling when using alternate
  347.       screen or when scrolling is restricted.
  348.          </long>
  349.       </locale>
  350.     </schema>
  351.  
  352.     <schema>
  353.       <key>/schemas/apps/gnome-terminal/profiles/Default/exit_action</key>
  354.       <applyto>/apps/gnome-terminal/profiles/Default/exit_action</applyto>
  355.       <owner>gnome-terminal</owner>
  356.       <type>string</type>
  357.       <default>close</default>
  358.       <gettext_domain>gnome-terminal</gettext_domain>
  359.       <locale name="C">
  360.          <short>What to do with the terminal when the child command exits</short>
  361.          <long>
  362.            Possible values are "close" to close the terminal, and
  363.            "restart" to restart the command.
  364.          </long>
  365.       </locale>
  366.     </schema>
  367.  
  368.     <schema>
  369.       <key>/schemas/apps/gnome-terminal/profiles/Default/login_shell</key>
  370.       <applyto>/apps/gnome-terminal/profiles/Default/login_shell</applyto>
  371.       <owner>gnome-terminal</owner>
  372.       <type>bool</type>
  373.       <default>false</default>
  374.       <gettext_domain>gnome-terminal</gettext_domain>
  375.       <locale name="C">
  376.          <short>Whether to launch the command in the terminal as a login shell</short>
  377.          <long>
  378.           If true, the command inside the terminal will be launched as 
  379.           a login shell. (argv[0] will have a hyphen in front of it.)
  380.          </long>
  381.       </locale>
  382.     </schema>
  383.  
  384.     <schema>
  385.       <key>/schemas/apps/gnome-terminal/profiles/Default/update_records</key>
  386.       <applyto>/apps/gnome-terminal/profiles/Default/update_records</applyto>
  387.       <owner>gnome-terminal</owner>
  388.       <type>bool</type>
  389.       <default>true</default>
  390.       <gettext_domain>gnome-terminal</gettext_domain>
  391.       <locale name="C">
  392.          <short>Whether to update login records when launching terminal command</short>
  393.          <long>
  394.         If true, the system login records utmp and wtmp will be updated when the command inside the terminal
  395.         is launched.
  396.          </long>
  397.       </locale>
  398.     </schema>
  399.  
  400.     <schema>
  401.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_custom_command</key>
  402.       <applyto>/apps/gnome-terminal/profiles/Default/use_custom_command</applyto>
  403.       <owner>gnome-terminal</owner>
  404.       <type>bool</type>
  405.       <default>false</default>
  406.       <gettext_domain>gnome-terminal</gettext_domain>
  407.       <locale name="C">
  408.          <short>Whether to run a custom command instead of the shell</short>
  409.          <long>
  410.           If true, the value of the custom_command setting will 
  411.          be used in place of running a shell.
  412.          </long>
  413.       </locale>
  414.     </schema>
  415.  
  416.      <schema>
  417.        <key>/schemas/apps/gnome-terminal/profiles/Default/cursor_blink_mode</key>
  418.        <applyto>/apps/gnome-terminal/profiles/Default/cursor_blink_mode</applyto>
  419.        <owner>gnome-terminal</owner>
  420.        <type>string</type>
  421.        <default>system</default>
  422.        <gettext_domain>gnome-terminal</gettext_domain>
  423.        <locale name="C">
  424.           <short>Whether to blink the cursor</short>
  425.           <long>
  426.             The possible values are "system" to use the global cursor blinking
  427.             settings, or "on" or "off" to set the mode explicitly.
  428.           </long>
  429.        </locale>
  430.      </schema>
  431.  
  432.     
  433.      <schema>
  434.        <key>/schemas/apps/gnome-terminal/profiles/Default/cursor_shape</key>
  435.        <applyto>/apps/gnome-terminal/profiles/Default/cursor_shape</applyto>
  436.        <owner>gnome-terminal</owner>
  437.        <type>string</type>
  438.        <default>block</default>
  439.        <gettext_domain>gnome-terminal</gettext_domain>
  440.        <locale name="C">
  441.           <short>The cursor appearance</short>
  442.           <long>
  443.             The possible values are "block" to use a block cursor, "ibeam" to
  444.             use a vertical line cursor, or "underline" to use an underline cursor.
  445.           </long>
  446.        </locale>
  447.      </schema>
  448.  
  449.     
  450.      <schema>
  451.       <key>/schemas/apps/gnome-terminal/profiles/Default/custom_command</key>
  452.       <applyto>/apps/gnome-terminal/profiles/Default/custom_command</applyto>
  453.       <owner>gnome-terminal</owner>
  454.       <type>string</type>
  455.       <default></default>
  456.       <gettext_domain>gnome-terminal</gettext_domain>
  457.       <locale name="C">
  458.          <short>Custom command to use instead of the shell</short>
  459.          <long>
  460.           Run this command in place of the shell, if 
  461.           use_custom_command is true.
  462.          </long>
  463.       </locale>
  464.     </schema>
  465.  
  466.     <schema>
  467.       <key>/schemas/apps/gnome-terminal/profiles/Default/icon</key>
  468.       <applyto>/apps/gnome-terminal/profiles/Default/icon</applyto>
  469.       <owner>gnome-terminal</owner>
  470.       <type>string</type>
  471.       <default></default>
  472.       <gettext_domain>gnome-terminal</gettext_domain>
  473.       <locale name="C">
  474.          <short>Icon for terminal window</short>
  475.          <long>
  476.           Icon to use for tabs/windows containing this profile.
  477.          </long>
  478.       </locale>
  479.     </schema>
  480.  
  481.     <schema>
  482.       <key>/schemas/apps/gnome-terminal/profiles/Default/palette</key>
  483.       <applyto>/apps/gnome-terminal/profiles/Default/palette</applyto>
  484.       <owner>gnome-terminal</owner>
  485.       <type>string</type>
  486.       <default>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</default>
  487.       <gettext_domain>gnome-terminal</gettext_domain>
  488.       <locale name="C">
  489.          <short>Palette for terminal applications</short>
  490.          <long>
  491.           Terminals have a 16-color palette that applications inside 
  492.           the terminal can use. This is that palette, in the form 
  493.           of a colon-separated list of color names. Color names 
  494.           should be in hex format e.g. "#FF00FF"
  495.          </long>
  496.       </locale>
  497.     </schema>
  498.  
  499.     <schema>
  500.       <key>/schemas/apps/gnome-terminal/profiles/Default/font</key>
  501.       <applyto>/apps/gnome-terminal/profiles/Default/font</applyto>
  502.       <owner>gnome-terminal</owner>
  503.       <type>string</type>
  504.       <default>Monospace 12</default>
  505.       <gettext_domain>gnome-terminal</gettext_domain>
  506.       <locale name="C">
  507.          <short>Font</short>
  508.          <long>
  509.           An Pango font name. Examples are "Sans 12" or "Monospace Bold 14".
  510.          </long>
  511.       </locale>
  512.     </schema>
  513.  
  514.     <schema>
  515.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_type</key>
  516.       <applyto>/apps/gnome-terminal/profiles/Default/background_type</applyto>
  517.       <owner>gnome-terminal</owner>
  518.       <type>string</type>
  519.       <default>solid</default>
  520.       <gettext_domain>gnome-terminal</gettext_domain>
  521.       <locale name="C">
  522.          <short>Background type</short>
  523.          <long>
  524.           Type of terminal background. May be "solid" for a solid color,
  525.           "image" for an image, or "transparent" for either real transparency if
  526.           a compositing window manager is running, or pseudo-transparency
  527.           otherwise.
  528.          </long>
  529.       </locale>
  530.     </schema>
  531.  
  532.     <schema>
  533.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_image</key>
  534.       <applyto>/apps/gnome-terminal/profiles/Default/background_image</applyto>
  535.       <owner>gnome-terminal</owner>
  536.       <type>string</type>
  537.       <default></default>
  538.       <gettext_domain>gnome-terminal</gettext_domain>
  539.       <locale name="C">
  540.          <short>Background image</short>
  541.          <long>
  542.            Filename of a background image.
  543.          </long>
  544.       </locale>
  545.     </schema>
  546.  
  547.     <schema>
  548.       <key>/schemas/apps/gnome-terminal/profiles/Default/scroll_background</key>
  549.       <applyto>/apps/gnome-terminal/profiles/Default/scroll_background</applyto>
  550.       <owner>gnome-terminal</owner>
  551.       <type>bool</type>
  552.       <default>true</default>
  553.       <gettext_domain>gnome-terminal</gettext_domain>
  554.       <locale name="C">
  555.          <short>Whether to scroll background image</short>
  556.          <long>
  557.            If true, scroll the background image with the foreground 
  558.            text; if false, keep the image in a fixed position and 
  559.            scroll the text above it.
  560.          </long>
  561.       </locale>
  562.     </schema>
  563.  
  564.     <schema>
  565.       <key>/schemas/apps/gnome-terminal/profiles/Default/background_darkness</key>
  566.       <applyto>/apps/gnome-terminal/profiles/Default/background_darkness</applyto>
  567.       <owner>gnome-terminal</owner>
  568.       <type>float</type>
  569.       <default>0.5</default>
  570.       <gettext_domain>gnome-terminal</gettext_domain>
  571.       <locale name="C">
  572.          <short>How much to darken the background image</short>
  573.          <long>
  574.           A value between 0.0 and 1.0 indicating how much to darken 
  575.           the background image. 0.0 means no darkness, 1.0 means fully 
  576.           dark. In the current implementation, there are only two levels of 
  577.           darkness possible, so the setting behaves as a boolean,
  578.           where 0.0 disables the darkening effect.          
  579.          </long>
  580.       </locale>
  581.     </schema>
  582.  
  583.     <schema>
  584.       <key>/schemas/apps/gnome-terminal/profiles/Default/backspace_binding</key>
  585.       <applyto>/apps/gnome-terminal/profiles/Default/backspace_binding</applyto>
  586.       <owner>gnome-terminal</owner>
  587.       <type>string</type>
  588.       <default>ascii-del</default>
  589.       <gettext_domain>gnome-terminal</gettext_domain>
  590.       <locale name="C">
  591.          <short>Effect of the Backspace key</short>
  592.          <long>
  593.           Sets what code the backspace key generates. Possible values 
  594.           are "ascii-del" for the ASCII DEL character, 
  595.           "control-h" for Control-H (AKA the ASCII BS character), 
  596.           "escape-sequence" for the escape sequence typically 
  597.           bound to backspace or delete. "ascii-del" is normally 
  598.           considered the correct setting for the Backspace key.
  599.          </long>
  600.       </locale>
  601.     </schema>
  602.  
  603.     <schema>
  604.       <key>/schemas/apps/gnome-terminal/profiles/Default/delete_binding</key>
  605.       <applyto>/apps/gnome-terminal/profiles/Default/delete_binding</applyto>
  606.       <owner>gnome-terminal</owner>
  607.       <type>string</type>
  608.       <default>escape-sequence</default>
  609.       <gettext_domain>gnome-terminal</gettext_domain>
  610.       <locale name="C">
  611.          <short>Effect of the Delete key</short>
  612.          <long>
  613.           Sets what code the delete key generates. Possible values 
  614.           are "ascii-del" for the ASCII DEL character, 
  615.           "control-h" for Control-H (AKA the ASCII BS character), 
  616.           "escape-sequence" for the escape sequence typically 
  617.           bound to backspace or delete. "escape-sequence" is normally 
  618.           considered the correct setting for the Delete key.
  619.          </long>
  620.       </locale>
  621.     </schema>
  622.  
  623.     <schema>
  624.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_theme_colors</key>
  625.       <applyto>/apps/gnome-terminal/profiles/Default/use_theme_colors</applyto>
  626.       <owner>gnome-terminal</owner>
  627.       <type>bool</type>
  628.       <default>true</default>
  629.       <gettext_domain>gnome-terminal</gettext_domain>
  630.       <locale name="C">
  631.          <short>Whether to use the colors from the theme for the terminal widget</short>
  632.          <long>
  633.         If true, the theme color scheme used for text entry boxes will 
  634.         be used for the terminal, instead of colors provided by the user.
  635.          </long>
  636.       </locale>
  637.     </schema>
  638.  
  639.     <schema>
  640.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_system_font</key>
  641.       <applyto>/apps/gnome-terminal/profiles/Default/use_system_font</applyto>
  642.       <owner>gnome-terminal</owner>
  643.       <type>bool</type>
  644.       <default>true</default>
  645.       <gettext_domain>gnome-terminal</gettext_domain>
  646.       <locale name="C">
  647.          <short>Whether to use the system font</short>
  648.          <long>
  649.           If true, the terminal will use the desktop-global standard
  650.           font if it's monospace (and the most similar font it can
  651.           come up with otherwise).
  652.          </long>
  653.       </locale>
  654.     </schema>
  655.  
  656.     <schema>
  657.       <key>/schemas/apps/gnome-terminal/profiles/Default/use_skey</key>
  658.       <applyto>/apps/gnome-terminal/profiles/Default/use_skey</applyto>
  659.       <owner>gnome-terminal</owner>
  660.       <type>bool</type>
  661.       <default>true</default>
  662.       <gettext_domain>gnome-terminal</gettext_domain>
  663.       <locale name="C">
  664.          <short><!-- Translators: S/Key is the name of an application, so it should
  665.          not be translated. -->Highlight S/Key challenges</short>
  666.          <long><!-- Translators: S/Key is the name of an application, so it should
  667.          not be translated. -->Popup a dialog when an S/Key challenge response query is
  668.      detected and clicked on.  Typing a password into the dialog
  669.          will send it to the terminal.
  670.          </long>
  671.       </locale>
  672.     </schema>
  673.  
  674.     <!-- Keybindings -->
  675.     <schema>
  676.       <key>/schemas/apps/gnome-terminal/keybindings/new_tab</key>
  677.       <applyto>/apps/gnome-terminal/keybindings/new_tab</applyto>
  678.       <owner>gnome-terminal</owner>
  679.       <type>string</type>
  680.       <default><Ctrl><Shift>t</default>
  681.       <gettext_domain>gnome-terminal</gettext_domain>
  682.       <locale name="C">
  683.          <short>Keyboard shortcut to open a new tab</short>
  684.          <long>
  685.           Keyboard shortcut key for opening a new tab. Expressed as a string
  686.           in the same format used for GTK+ resource files.
  687.           If you set the option to the special string "disabled", then there 
  688.           will be no keyboard shortcut for this action.
  689.          </long>
  690.       </locale>
  691.     </schema>
  692.  
  693.     <schema>
  694.       <key>/schemas/apps/gnome-terminal/keybindings/new_window</key>
  695.       <applyto>/apps/gnome-terminal/keybindings/new_window</applyto>
  696.       <owner>gnome-terminal</owner>
  697.       <type>string</type>
  698.       <default><Ctrl><Shift>n</default>
  699.       <gettext_domain>gnome-terminal</gettext_domain>
  700.       <locale name="C">
  701.          <short>Keyboard shortcut to open a new window</short>
  702.          <long>
  703.           Keyboard shortcut key for opening a new window. Expressed as a string
  704.           in the same format used for GTK+ resource files.
  705.           If you set the option to the special string "disabled", then there 
  706.           will be no keyboard shortcut for this action.
  707.          </long>
  708.       </locale>
  709.     </schema>
  710.  
  711.     <schema>
  712.       <key>/schemas/apps/gnome-terminal/keybindings/new_profile</key>
  713.       <applyto>/apps/gnome-terminal/keybindings/new_profile</applyto>
  714.       <owner>gnome-terminal</owner>
  715.       <type>string</type>
  716.       <gettext_domain>gnome-terminal</gettext_domain>
  717.       <locale name="C">
  718.          <short>Keyboard shortcut to create a new profile</short>
  719.          <long>
  720.           Keyboard shortcut key for bringing up the dialog for profile
  721.       creation. Expressed as a string in the same format used for
  722.       GTK+ resource files.  If you set the option to the special
  723.       string "disabled", then there will be no keyboard shortcut for this
  724.       action. 
  725.          </long>
  726.       </locale>
  727.     </schema>
  728.  
  729.     <schema>
  730.       <key>/schemas/apps/gnome-terminal/keybindings/close_tab</key>
  731.       <applyto>/apps/gnome-terminal/keybindings/close_tab</applyto>
  732.       <owner>gnome-terminal</owner>
  733.       <type>string</type>
  734.       <default><Ctrl><Shift>w</default>
  735.       <gettext_domain>gnome-terminal</gettext_domain>
  736.       <locale name="C">
  737.          <short>Keyboard shortcut to close a tab</short>
  738.          <long>
  739.           Keyboard shortcut key for closing a tab. Expressed as a string
  740.           in the same format used for GTK+ resource files.
  741.           If you set the option to the special string "disabled", then there 
  742.           will be no keyboard shortcut for this action.
  743.          </long>
  744.       </locale>
  745.     </schema>
  746.  
  747.     <schema>
  748.       <key>/schemas/apps/gnome-terminal/keybindings/close_window</key>
  749.       <applyto>/apps/gnome-terminal/keybindings/close_window</applyto>
  750.       <owner>gnome-terminal</owner>
  751.       <type>string</type>
  752.       <default><Ctrl><Shift>q</default>
  753.       <gettext_domain>gnome-terminal</gettext_domain>
  754.       <locale name="C">
  755.          <short>Keyboard shortcut to close a window</short>
  756.          <long>
  757.           Keyboard shortcut key for closing a window. Expressed as a string
  758.           in the same format used for GTK+ resource files.
  759.           If you set the option to the special string "disabled", then there 
  760.           will be no keyboard shortcut for this action.
  761.          </long>
  762.       </locale>
  763.     </schema>
  764.  
  765.     <schema>
  766.       <key>/schemas/apps/gnome-terminal/keybindings/copy</key>
  767.       <applyto>/apps/gnome-terminal/keybindings/copy</applyto>
  768.       <owner>gnome-terminal</owner>
  769.       <type>string</type>  
  770.       <default><Ctrl><Shift>c</default>
  771.       <gettext_domain>gnome-terminal</gettext_domain>
  772.       <locale name="C">
  773.          <short>Keyboard shortcut to copy text</short>
  774.          <long>
  775.           Keyboard shortcut key for copying selected text to the
  776.           clipboard. Expressed as a string
  777.           in the same format used for GTK+ resource files.
  778.           If you set the option to the special string "disabled", then there 
  779.           will be no keyboard shortcut for this action.
  780.          </long>
  781.       </locale>
  782.     </schema>
  783.  
  784.     <schema>
  785.       <key>/schemas/apps/gnome-terminal/keybindings/paste</key>
  786.       <applyto>/apps/gnome-terminal/keybindings/paste</applyto>
  787.       <owner>gnome-terminal</owner>
  788.       <type>string</type>
  789.       <default><Ctrl><Shift>v</default>
  790.       <gettext_domain>gnome-terminal</gettext_domain>
  791.       <locale name="C">
  792.          <short>Keyboard shortcut to paste text</short>
  793.          <long>
  794.           Keyboard shortcut key for pasting the contents of the
  795.           clipboard into the terminal. Expressed as a string
  796.           in the same format used for GTK+ resource files.
  797.           If you set the option to the special string "disabled", then there 
  798.           will be no keyboard shortcut for this action.
  799.          </long>
  800.       </locale>
  801.     </schema>
  802.  
  803.     <schema>
  804.       <key>/schemas/apps/gnome-terminal/keybindings/full_screen</key>
  805.       <applyto>/apps/gnome-terminal/keybindings/full_screen</applyto>
  806.       <owner>gnome-terminal</owner>
  807.       <type>string</type>
  808.       <default>F11</default>
  809.       <gettext_domain>gnome-terminal</gettext_domain>
  810.       <locale name="C">
  811.          <short>Keyboard shortcut to toggle full screen mode</short>
  812.          <long>
  813.           Keyboard shortcut key for toggling full screen mode. Expressed as a string
  814.           in the same format used for GTK+ resource files.
  815.           If you set the option to the special string "disabled", then there 
  816.           will be no keyboard shortcut for this action.
  817.          </long>
  818.       </locale>
  819.     </schema>
  820.  
  821.     <schema>
  822.       <key>/schemas/apps/gnome-terminal/keybindings/toggle_menubar</key>
  823.       <applyto>/apps/gnome-terminal/keybindings/toggle_menubar</applyto>
  824.       <owner>gnome-terminal</owner>
  825.       <type>string</type>
  826.       <gettext_domain>gnome-terminal</gettext_domain>
  827.       <locale name="C">
  828.          <short>Keyboard shortcut to toggle the visibility of the menubar</short>
  829.          <long>
  830.           Keyboard shortcut key to toggle the visibility of the menubar. Expressed as a string
  831.           in the same format used for GTK+ resource files.
  832.           If you set the option to the special string "disabled", then there 
  833.           will be no keyboard shortcut for this action.
  834.          </long>
  835.       </locale>
  836.     </schema>
  837.  
  838.     <schema>
  839.       <key>/schemas/apps/gnome-terminal/keybindings/set_terminal_title</key>
  840.       <applyto>/apps/gnome-terminal/keybindings/set_terminal_title</applyto>
  841.       <owner>gnome-terminal</owner>
  842.       <type>string</type>
  843.       <gettext_domain>gnome-terminal</gettext_domain>
  844.       <locale name="C">
  845.          <short>Keyboard shortcut to set the terminal title</short>
  846.          <long>
  847.           Keyboard shortcut key to set the terminal title. Expressed as a string
  848.           in the same format used for GTK+ resource files.
  849.           If you set the option to the special string "disabled", then there 
  850.           will be no keyboard shortcut for this action.
  851.          </long>
  852.       </locale>
  853.     </schema>
  854.  
  855.     <schema>
  856.       <key>/schemas/apps/gnome-terminal/keybindings/reset</key>
  857.       <applyto>/apps/gnome-terminal/keybindings/reset</applyto>
  858.       <owner>gnome-terminal</owner>
  859.       <type>string</type>
  860.       <gettext_domain>gnome-terminal</gettext_domain>
  861.       <locale name="C">
  862.          <short>Keyboard shortcut to reset the terminal</short>
  863.          <long>
  864.           Keyboard shortcut key to reset the terminal. Expressed as a string
  865.           in the same format used for GTK+ resource files.
  866.           If you set the option to the special string "disabled", then there 
  867.           will be no keyboard shortcut for this action.
  868.          </long>
  869.       </locale>
  870.     </schema>
  871.  
  872.     <schema>
  873.       <key>/schemas/apps/gnome-terminal/keybindings/reset_and_clear</key>
  874.       <applyto>/apps/gnome-terminal/keybindings/reset_and_clear</applyto>
  875.       <owner>gnome-terminal</owner>
  876.       <type>string</type>
  877.       <gettext_domain>gnome-terminal</gettext_domain>
  878.       <locale name="C">
  879.          <short>Keyboard shortcut to reset and clear the terminal</short>
  880.          <long>
  881.           Keyboard shortcut key to reset and clear the terminal. Expressed as a string
  882.           in the same format used for GTK+ resource files.
  883.           If you set the option to the special string "disabled", then there 
  884.           will be no keyboard shortcut for this action.
  885.          </long>
  886.       </locale>
  887.     </schema>
  888.  
  889.     <schema>
  890.       <key>/schemas/apps/gnome-terminal/keybindings/prev_tab</key>
  891.       <applyto>/apps/gnome-terminal/keybindings/prev_tab</applyto>
  892.       <owner>gnome-terminal</owner>
  893.       <type>string</type>
  894.       <default><Control>Page_Up</default>
  895.       <gettext_domain>gnome-terminal</gettext_domain>
  896.       <locale name="C">
  897.          <short>Keyboard shortcut to switch to the previous tab</short>
  898.          <long>
  899.           Keyboard shortcut key to switch to the previous tab. Expressed as a string
  900.           in the same format used for GTK+ resource files.
  901.           If you set the option to the special string "disabled", then there 
  902.           will be no keyboard shortcut for this action.
  903.          </long>
  904.       </locale>
  905.     </schema>
  906.  
  907.     <schema>
  908.       <key>/schemas/apps/gnome-terminal/keybindings/next_tab</key>
  909.       <applyto>/apps/gnome-terminal/keybindings/next_tab</applyto>
  910.       <owner>gnome-terminal</owner>
  911.       <type>string</type>
  912.       <default><Control>Page_Down</default>
  913.       <gettext_domain>gnome-terminal</gettext_domain>
  914.       <locale name="C">
  915.          <short>Keyboard shortcut to switch to the next tab</short>
  916.          <long>
  917.           Keyboard shortcut key to switch to the next tab. Expressed as a string
  918.           in the same format used for GTK+ resource files.
  919.           If you set the option to the special string "disabled", then there 
  920.           will be no keyboard shortcut for this action.
  921.          </long>
  922.       </locale>
  923.     </schema>
  924.  
  925.     <schema>
  926.       <key>/schemas/apps/gnome-terminal/keybindings/move_tab_left</key>
  927.       <applyto>/apps/gnome-terminal/keybindings/move_tab_left</applyto>
  928.       <owner>gnome-terminal</owner>
  929.       <type>string</type>
  930.       <default><Ctrl><Shift>Page_Up</default>
  931.       <gettext_domain>gnome-terminal</gettext_domain>
  932.       <locale name="C">
  933.          <short>Accelerator to move the current tab to the left.</short>
  934.          <long>
  935.           Accelerator key to move the current tab to the left. Expressed as a
  936.       string in the same format used for GTK+ resource files. If you set
  937.       the option to the special string "disabled", then there will be no
  938.       keybinding for this action.
  939.          </long>
  940.       </locale>
  941.     </schema>
  942.  
  943.     
  944.     <schema>
  945.       <key>/schemas/apps/gnome-terminal/keybindings/move_tab_right</key>
  946.       <applyto>/apps/gnome-terminal/keybindings/move_tab_right</applyto>
  947.       <owner>gnome-terminal</owner>
  948.       <type>string</type>
  949.       <default><Ctrl><Shift>Page_Down</default>
  950.       <gettext_domain>gnome-terminal</gettext_domain>
  951.       <locale name="C">
  952.          <short>Accelerator to move the current tab to the right.</short>
  953.          <long>
  954.           Accelerator key to move the current tab to the right. Expressed as a
  955.       string in the same format used for GTK+ resource files. If you set
  956.       the option to the special string "disabled", then there will be no
  957.       keybinding for this action.
  958.          </long>
  959.       </locale>
  960.     </schema>
  961.  
  962.     <schema>
  963.       <key>/schemas/apps/gnome-terminal/keybindings/detach_tab</key>
  964.       <applyto>/apps/gnome-terminal/keybindings/detach_tab</applyto>
  965.       <owner>gnome-terminal</owner>
  966.       <type>string</type>
  967.       <gettext_domain>gnome-terminal</gettext_domain>
  968.       <locale name="C">
  969.          <short>Accelerator to detach current tab.</short>
  970.          <long>
  971.           Accelerator key to detach current tab. Expressed as a string
  972.           in the same format used for GTK+ resource files.
  973.           If you set the option to the special string "disabled", then there 
  974.           will be no keybinding for this action.
  975.          </long>
  976.       </locale>
  977.     </schema>
  978.  
  979.     <schema>
  980.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_1</key>
  981.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_1</applyto>
  982.       <owner>gnome-terminal</owner>
  983.       <type>string</type>
  984.       <default><Alt>1</default>
  985.       <gettext_domain>gnome-terminal</gettext_domain>
  986.       <locale name="C">
  987.          <short>Keyboard shortcut to switch to tab 1</short>
  988.          <long>
  989.           Keyboard shortcut key for switch to tab 1. Expressed as a string
  990.           in the same format used for GTK+ resource files.
  991.           If you set the option to the special string "disabled", then there
  992.           will be no keyboard shortcut for this action.
  993.          </long>
  994.       </locale>
  995.     </schema>
  996.  
  997.     <schema>
  998.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_2</key>
  999.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_2</applyto>
  1000.       <owner>gnome-terminal</owner>
  1001.       <type>string</type>
  1002.       <default><Alt>2</default>
  1003.       <gettext_domain>gnome-terminal</gettext_domain>
  1004.       <locale name="C">
  1005.          <short>Keyboard shortcut to switch to tab 2</short>
  1006.          <long>
  1007.           Keyboard shortcut key for switch to tab 2. Expressed as a string
  1008.           in the same format used for GTK+ resource files.
  1009.           If you set the option to the special string "disabled", then there
  1010.           will be no keyboard shortcut for this action.
  1011.          </long>
  1012.       </locale>
  1013.     </schema>
  1014.  
  1015.     <schema>
  1016.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_3</key>
  1017.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_3</applyto>
  1018.       <owner>gnome-terminal</owner>
  1019.       <type>string</type>
  1020.       <default><Alt>3</default>
  1021.       <gettext_domain>gnome-terminal</gettext_domain>
  1022.       <locale name="C">
  1023.          <short>Keyboard shortcut to switch to tab 3</short>
  1024.          <long>
  1025.           Keyboard shortcut key for switch to tab 3. Expressed as a string
  1026.           in the same format used for GTK+ resource files.
  1027.           If you set the option to the special string "disabled", then there
  1028.           will be no keyboard shortcut for this action.
  1029.          </long>
  1030.       </locale>
  1031.     </schema>
  1032.  
  1033.     <schema>
  1034.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_4</key>
  1035.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_4</applyto>
  1036.       <owner>gnome-terminal</owner>
  1037.       <type>string</type>
  1038.       <default><Alt>4</default>
  1039.       <gettext_domain>gnome-terminal</gettext_domain>
  1040.       <locale name="C">
  1041.          <short>Keyboard shortcut to switch to tab 4</short>
  1042.          <long>
  1043.           Keyboard shortcut key for switch to tab 4. Expressed as a string
  1044.           in the same format used for GTK+ resource files.
  1045.           If you set the option to the special string "disabled", then there
  1046.           will be no keyboard shortcut for this action.
  1047.          </long>
  1048.       </locale>
  1049.     </schema>
  1050.  
  1051.     <schema>
  1052.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_5</key>
  1053.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_5</applyto>
  1054.       <owner>gnome-terminal</owner>
  1055.       <type>string</type>
  1056.       <default><Alt>5</default>
  1057.       <gettext_domain>gnome-terminal</gettext_domain>
  1058.       <locale name="C">
  1059.          <short>Keyboard shortcut to switch to tab 5</short>
  1060.          <long>
  1061.           Keyboard shortcut key for switch to tab 5. Expressed as a string
  1062.           in the same format used for GTK+ resource files.
  1063.           If you set the option to the special string "disabled", then there
  1064.           will be no keyboard shortcut for this action.
  1065.          </long>
  1066.       </locale>
  1067.     </schema>
  1068.  
  1069.     <schema>
  1070.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_6</key>
  1071.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_6</applyto>
  1072.       <owner>gnome-terminal</owner>
  1073.       <type>string</type>
  1074.       <default><Alt>6</default>
  1075.       <gettext_domain>gnome-terminal</gettext_domain>
  1076.       <locale name="C">
  1077.          <short>Keyboard shortcut to switch to tab 6</short>
  1078.          <long>
  1079.           Keyboard shortcut key for switch to tab 6. Expressed as a string
  1080.           in the same format used for GTK+ resource files.
  1081.           If you set the option to the special string "disabled", then there
  1082.           will be no keyboard shortcut for this action.
  1083.          </long>
  1084.       </locale>
  1085.     </schema>
  1086.  
  1087.     <schema>
  1088.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_7</key>
  1089.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_7</applyto>
  1090.       <owner>gnome-terminal</owner>
  1091.       <type>string</type>
  1092.       <default><Alt>7</default>
  1093.       <gettext_domain>gnome-terminal</gettext_domain>
  1094.       <locale name="C">
  1095.          <short>Keyboard shortcut to switch to tab 7</short>
  1096.          <long>
  1097.           Keyboard shortcut key for switch to tab 7. Expressed as a string
  1098.           in the same format used for GTK+ resource files.
  1099.           If you set the option to the special string "disabled", then there
  1100.           will be no keyboard shortcut for this action.
  1101.          </long>
  1102.       </locale>
  1103.     </schema>
  1104.  
  1105.     <schema>
  1106.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_8</key>
  1107.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_8</applyto>
  1108.       <owner>gnome-terminal</owner>
  1109.       <type>string</type>
  1110.       <default><Alt>8</default>
  1111.       <gettext_domain>gnome-terminal</gettext_domain>
  1112.       <locale name="C">
  1113.          <short>Keyboard shortcut to switch to tab 8</short>
  1114.          <long>
  1115.           Keyboard shortcut key for switch to tab 8. Expressed as a string
  1116.           in the same format used for GTK+ resource files.
  1117.           If you set the option to the special string "disabled", then there
  1118.           will be no keyboard shortcut for this action.
  1119.          </long>
  1120.       </locale>
  1121.     </schema>
  1122.  
  1123.     <schema>
  1124.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_9</key>
  1125.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_9</applyto>
  1126.       <owner>gnome-terminal</owner>
  1127.       <type>string</type>
  1128.       <default><Alt>9</default>
  1129.       <gettext_domain>gnome-terminal</gettext_domain>
  1130.       <locale name="C">
  1131.          <short>Keyboard shortcut to switch to tab 9</short>
  1132.          <long>
  1133.           Keyboard shortcut key for switch to tab 9. Expressed as a string
  1134.           in the same format used for GTK+ resource files.
  1135.           If you set the option to the special string "disabled", then there
  1136.           will be no keyboard shortcut for this action.
  1137.          </long>
  1138.       </locale>
  1139.     </schema>
  1140.  
  1141.     <schema>
  1142.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_10</key>
  1143.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_10</applyto>
  1144.       <owner>gnome-terminal</owner>
  1145.       <type>string</type>
  1146.       <default><Alt>0</default>
  1147.       <gettext_domain>gnome-terminal</gettext_domain>
  1148.       <locale name="C">
  1149.          <short>Keyboard shortcut to switch to tab 10</short>
  1150.          <long>
  1151.           Keyboard shortcut key for switch to tab 10. Expressed as a string
  1152.           in the same format used for GTK+ resource files.
  1153.           If you set the option to the special string "disabled", then there
  1154.           will be no keyboard shortcut for this action.
  1155.          </long>
  1156.       </locale>
  1157.     </schema>
  1158.  
  1159.     <schema>
  1160.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_11</key>
  1161.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_11</applyto>
  1162.       <owner>gnome-terminal</owner>
  1163.       <type>string</type>
  1164. <!-- no default -->
  1165.       <gettext_domain>gnome-terminal</gettext_domain>
  1166.       <locale name="C">
  1167.          <short>Keyboard shortcut to switch to tab 11</short>
  1168.          <long>
  1169.           Keyboard shortcut key for switch to tab 11. Expressed as a string
  1170.           in the same format used for GTK+ resource files.
  1171.           If you set the option to the special string "disabled", then there
  1172.           will be no keyboard shortcut for this action.
  1173.          </long>
  1174.       </locale>
  1175.     </schema>
  1176.  
  1177.     <schema>
  1178.       <key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_12</key>
  1179.       <applyto>/apps/gnome-terminal/keybindings/switch_to_tab_12</applyto>
  1180.       <owner>gnome-terminal</owner>
  1181.       <type>string</type>
  1182. <!-- no default -->
  1183.       <gettext_domain>gnome-terminal</gettext_domain>
  1184.       <locale name="C">
  1185.          <short>Keyboard shortcut to switch to tab 12</short>
  1186.          <long>
  1187.           Keyboard shortcut key for switch to tab 12. Expressed as a string
  1188.           in the same format used for GTK+ resource files.
  1189.           If you set the option to the special string "disabled", then there
  1190.           will be no keyboard shortcut for this action.
  1191.          </long>
  1192.       </locale>
  1193.     </schema>
  1194.  
  1195.     <schema>
  1196.       <key>/schemas/apps/gnome-terminal/keybindings/help</key>
  1197.       <applyto>/apps/gnome-terminal/keybindings/help</applyto>
  1198.       <owner>gnome-terminal</owner>
  1199.       <type>string</type>
  1200.       <default>F1</default>
  1201.       <gettext_domain>gnome-terminal</gettext_domain>
  1202.       <locale name="C">
  1203.          <short>Keyboard shortcut to launch help</short>
  1204.          <long>
  1205.           Keyboard shortcut key for launching help. Expressed as a string
  1206.           in the same format used for GTK+ resource files.
  1207.           If you set the option to the special string "disabled", then there
  1208.           will be no keyboard shortcut for this action.
  1209.          </long>
  1210.       </locale>
  1211.     </schema>
  1212.  
  1213.     <schema>
  1214.       <key>/schemas/apps/gnome-terminal/keybindings/zoom_in</key>
  1215.       <applyto>/apps/gnome-terminal/keybindings/zoom_in</applyto>
  1216.       <owner>gnome-terminal</owner>
  1217.       <type>string</type>
  1218.       <default><Ctrl>plus</default>
  1219.       <gettext_domain>gnome-terminal</gettext_domain>
  1220.       <locale name="C">
  1221.          <short>Keyboard shortcut to make font larger</short>
  1222.          <long>
  1223.           Keyboard shortcut key for making font larger. Expressed as a string
  1224.           in the same format used for GTK+ resource files.
  1225.           If you set the option to the special string "disabled", then there
  1226.           will be no keyboard shortcut for this action.
  1227.          </long>
  1228.       </locale>
  1229.     </schema>
  1230.  
  1231.     <schema>
  1232.       <key>/schemas/apps/gnome-terminal/keybindings/zoom_out</key>
  1233.       <applyto>/apps/gnome-terminal/keybindings/zoom_out</applyto>
  1234.       <owner>gnome-terminal</owner>
  1235.       <type>string</type>
  1236.       <default><Ctrl>minus</default>
  1237.       <gettext_domain>gnome-terminal</gettext_domain>
  1238.       <locale name="C">
  1239.          <short>Keyboard shortcut to make font smaller</short>
  1240.          <long>
  1241.           Keyboard shortcut key for making font smaller. Expressed as a string
  1242.           in the same format used for GTK+ resource files.
  1243.           If you set the option to the special string "disabled", then there
  1244.           will be no keyboard shortcut for this action.
  1245.          </long>
  1246.       </locale>
  1247.     </schema>
  1248.  
  1249.     <schema>
  1250.       <key>/schemas/apps/gnome-terminal/keybindings/zoom_normal</key>
  1251.       <applyto>/apps/gnome-terminal/keybindings/zoom_normal</applyto>
  1252.       <owner>gnome-terminal</owner>
  1253.       <type>string</type>
  1254.       <default><Ctrl>0</default>
  1255.       <gettext_domain>gnome-terminal</gettext_domain>
  1256.       <locale name="C">
  1257.          <short>Keyboard shortcut to make font normal-size</short>
  1258.          <long>
  1259.           Keyboard shortcut key for making font the normal size. Expressed as a string
  1260.           in the same format used for GTK+ resource files.
  1261.           If you set the option to the special string "disabled", then there
  1262.           will be no keyboard shortcut for this action.
  1263.          </long>
  1264.       </locale>
  1265.     </schema>
  1266.  
  1267.   </schemalist>  
  1268. </gconfschemafile>
  1269.